projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24f8548
)
mips: bmips: extend baud rates support
author
Álvaro Fernández Rojas
<
[email protected]
>
Mon, 22 May 2017 18:02:06 +0000
(20:02 +0200)
committer
Daniel Schwierzeck
<
[email protected]
>
Wed, 31 May 2017 13:07:43 +0000
(15:07 +0200)
Now that the uart driver has been fixed we support more baud rates.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
include/configs/bmips_common.h
patch
|
blob
|
history
diff --git
a/include/configs/bmips_common.h
b/include/configs/bmips_common.h
index d2b05d44c8b86f073dbe686d83d3934309011737..38bf7a272befb1bec01c3f0fdd53d3a81fb863e3 100644
(file)
--- a/
include/configs/bmips_common.h
+++ b/
include/configs/bmips_common.h
@@
-7,6
+7,10
@@
#ifndef __CONFIG_BMIPS_COMMON_H
#define __CONFIG_BMIPS_COMMON_H
+/* UART */
+#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
+ 230400, 500000, 1500000 }
+
/* RAM */
#define CONFIG_SYS_MEMTEST_START 0xa0000000
#define CONFIG_SYS_MEMTEST_END 0xa2000000